for(int i = 0; i < orderBy.length; i++)
orderBy[i].analyze(newContextInfo);
}
returnExpr.analyze(contextInfo);
}
// restore the local variable stack
for(int i = 0; i < orderBy.length; i++)
orderBy[i].analyze(newContextInfo);
}
returnExpr.analyze(newContextInfo);
}
// restore the local variable stack